home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / db / esm-3.1 / esm-3 / usr / local / sm / README.patch.linux < prev   
Encoding:
Text File  |  1996-05-05  |  1.0 KB  |  20 lines

  1. This tar file contains the context diffs (diff -c) for the changes made to
  2. port the Exodus Storage Manager to Linux.  To create the Linux version of
  3. Exodus, first obtain the sources for Exodus from ftp.cs.wisc.edu.  These
  4. should be unpacked in the directory /usr/local/sm.  Next unpack this file
  5. in the same directory, then type
  6.  
  7.     patch < src.cdiff
  8.     patch < tests.cdiff
  9.  
  10. Finally, copy makefile.options into the src directory.  You may wish to edit
  11. the file in order to create a debugging version of the storage manager and
  12. its library.  Do a build by cd'ing to src and typing "make depend ; make".
  13.  
  14. Note that the makefiles distributed with Exodus generate a great many warnings
  15. during a build.  A build will complete successfully, though the binaries and
  16. the library is not installed in their proper location.  Once the build is
  17. complete, you will need to move the binaries to ../bin and the library
  18. libsm_server.a to ../lib.  The GNU make distributed with Linux has some
  19. problems with Exodus makefiles which I've not bothered to fix.
  20.